comment typos
authorSteven G. Johnson <stevenj@alum.mit.edu>
Sun, 8 Mar 2015 03:02:49 +0000 (22:02 -0500)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Sun, 8 Mar 2015 03:02:49 +0000 (22:02 -0500)
Makefile

index f6f2fb8e7e1fce0c95141dd97fcbcc3dc7015a76..99571e329bd3ae2755679734a9025d71dabf1b0c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,10 @@ INSTALL=install
 cflags = -O2 -std=c99 -pedantic -Wall -fpic -DUTF8PROC_EXPORTS $(CFLAGS)
 cc = $(CC) $(cflags)
 
-# shared-library version MAJOR.MINOR.RELEASE ... this may be *different*
+# shared-library version MAJOR.MINOR.PATCH ... this may be *different*
 # from the utf8proc version number because it indicates ABI compatibility,
 # not API compatibility: MAJOR should be incremented whenever *binary*
-# compatibility is broken, even if the API is backward-compatibile
+# compatibility is broken, even if the API is backward-compatible
 MAJOR=1
 MINOR=2
 PATCH=0